-
-
Notifications
You must be signed in to change notification settings - Fork 465
feat(metrics): [Trace Metrics 7] Metrics counter basic API #4986
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Instructions and example for changelogPlease add an entry to Example: ## Unreleased
### Features
- [Trace Metrics 7] Metrics counter basic API ([#4986](https://github.com/getsentry/sentry-java/pull/4986))If none of the above apply, you can opt out of this check by adding |
Performance metrics 🚀
|
c2ff229 to
5dba18b
Compare
5f9d714 to
1df9f12
Compare
markushi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
5dba18b to
38a5226
Compare
1df9f12 to
4605172
Compare
|
cursor review |
|
@sentry review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ Bugbot reviewed your changes and found no bugs!

📜 Description
First API method for
countMetrics. More overloads,gaugeanddistributionwill be added in follow-up PRs.💡 Motivation and Context
💚 How did you test it?
📝 Checklist
sendDefaultPIIis enabled.🔮 Next steps